runtime.special.kind (field)

17 uses

	runtime (current package)
		heapdump.go#L458: 				if sp.kind != _KindSpecialFinalizer {
		heapdump.go#L657: 			if sp.kind != _KindSpecialProfile {
		mgc.go#L1910: 		s.special.kind = _KindSpecialReachable
		mgcmark.go#L383: 				switch sp.kind {
		mgcsweep.go#L559: 				if tmp.kind == _KindSpecialFinalizer {
		mgcsweep.go#L575: 					if special.kind == _KindSpecialFinalizer || special.kind == _KindSpecialWeakHandle {
		mgcsweep.go#L597: 			if siter.s.kind == _KindSpecialReachable {
		mheap.go#L1833: 	kind   byte     // kind of special
		mheap.go#L1871: 	kind := s.kind
		mheap.go#L1936: 		if offset == uintptr(s.offset) && kind == s.kind {
		mheap.go#L1940: 		if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
		mheap.go#L1966: 	s.special.kind = _KindSpecialFinalizer
		mheap.go#L2156: 	s.special.kind = _KindSpecialWeakHandle
		mheap.go#L2252: 	s.special.kind = _KindSpecialProfile
		mheap.go#L2304: 	switch s.kind {
		pinner.go#L335: 		rec.special.kind = _KindSpecialPinCounter